header .nav-container {
  width: 100%;
  background-color: var(--blue);
}
header .nav-container .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-container .nav ul .nav-item {
  flex: 1;
  color: var(--white);
  cursor: pointer;
  padding: 2%;
  transition: background-colo 0.3s ease-in-out;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
header .nav-container .nav ul .nav-item a {
  width: 100%;
  height: 100%;
}
header .nav-container .nav ul .nav-item:hover {
  font-weight: 600;
  background-color: rgba(11, 40, 93, 0.69);
}

header .sliderNav {
  display: none;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
}
header .header .header-top-left.h-section .text {
  border: none;
  font-size: 22px;
  font-weight: bold;
}
header .header .h-section {
  display: flex;
  flex: 1;
  align-items: center;
}
header .header .h-section .logo {
  margin-right: 27px;
}
header .header .h-section .text {
  display: var(--header-t, block);
  padding-right: 12px;
  border-right: 2px solid #CBCBCB;
}
header .header .h-section .icon {
  width: 57px;
  height: 57px;
  margin-left: 12px;
  font-size: 12px;
  text-align: center;
}
header .header .h-section .icon img {
  width: 100%;
  height: 100%;
}
header .header .header-bottom .text .phone {
  font-size: 20px;
  font-weight: bold;
}
header .header .header-bottom .text .desc {
  font-size: 16px;
  margin-top: 6px;
}
header .nav-container {
  width: 100%;
  background:#114197;
}
header .nav-container .nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .nav-container .nav ul .nav-item {
  flex: 1;
  color: var(--white);
  cursor: pointer;
  padding: 2%;
  transition: background-colo 0.3s ease-in-out;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
header .nav-container .nav ul .nav-item a {
  width: 100%;
  height: 100%;
text-decoration: none;
color: #fff;
font-size: 16px;
}
header .nav-container .nav ul .nav-item:hover,header .nav-container .nav ul li.cur {
  font-weight: 600;
  background-color: rgba(11, 40, 93, 0.69);
}